Helpful Information
 
 
Category: HTC
HTC >> XBL

Anyone wanna give me hand and turn this HTC into an XML Binding? I might have the time to look into it myself later, but now I just need it done.



<public:component>

<public:attach event="onmouseover" onevent="showTip()"/>
<public:attach event="onmouseout" onevent="hideTip()"/>

<script language="JScript">

function showTip()
{
Help.showTip( element.getAttribute( 'tip' ) );
}

function hideTip()
{
Help.hideTip();
}

</script>
</public:component>

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="binder">
<handlers>
<handler event="mouseover" action="Help.showTip(this.getAttribute('tip'))"/>
<handler event="mouseout" action="Help.hideTip()"/>
</handlers>
</binding>
</bindings>

Sweet, thanks jkd - I knew it would be you to answer this. I might have well just sent you a PM ;)

How you been? As I'm sure you know, I haven't been around much. Too much work! But, busy is good I suppose.

l8r

How you been? As I'm sure you know, I haven't been around much. Too much work! But, busy is good I suppose.

l8r

Been good. Like you though, quite busy myself. College saps freetime. Feel free to drop me a line at <my_user_name>@brown.edu if you need anything. :)










privacy (GDPR)